home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 138_01 / readme.cug < prev    next >
Text File  |  1985-03-09  |  2KB  |  47 lines

  1. CUG-DDJ#2: (2nd Doctor Dobb's CUG Volume)
  2. prepared by: A. Skjellum.
  3. date:        29-Jul-84
  4.  
  5. This volume contains the article and related programs for the October, 1984,
  6. C/Unix Programmer's Notebook.  The programs included are of three categories:
  7.  
  8.         * general purpose routines (gpr.c)
  9.         * simple runge-kutta order 4 integration (rk4.c)
  10.         * system runge-kutta order 4 integration (rks.c)
  11.  
  12. Also three test programs are included which drive the runge-kutta software.
  13.  
  14. The text file (OCT84COL.DDJ) was written with Wordstar.  Anyone
  15. lacking this program will need to reset bit 7 of each
  16. byte in the file so that it can be viewed intelligably
  17. on any system.
  18.  
  19. Address of Doctor Dobb's Journal:
  20.  
  21.         M & T Publishing, Inc.
  22.         2464 Embarcadero 
  23.         Palo Alto, CA   94303
  24.         (415) 424-0600
  25.  
  26. Author of this volume:
  27.  
  28.         Anthony Skjellum
  29.         % California Institute of Techology
  30.         mail code 103-33
  31.         1201 E. California Blvd.
  32.         Pasadena, CA   91125
  33.         (818) 356-3952
  34.  
  35. Copyright notice:
  36.  
  37.     The programs included on this disk are Copyright 1983, 1984 (c) 
  38. California Institute of Technology, Inc.  All rights reserved.  The programs 
  39. may be freely distributed, used for all non-commercial purposes, but may not 
  40. be sold.
  41.  
  42.     The article OCT84COL.DDJ is Copyright 1984 (c) Anthony Skjellum. All 
  43. rights reserved. The article may be freely distributed for all non-commercial 
  44. purposes but may not be sold.
  45.  
  46.  
  47.